FAQ汇萃 >> Tomcat >> 为什么总出现java.lang.ClassNotFoundException: org/apache/tomcat/service/http/HttpConnection [查看别人的评论]

由 webmaster 发布于: 2001-01-30 10:10

Question

It's probably due to a bug in your JVM's Classloader. Try upgrading to JDK 1.2.2 or 1.3.

I had the same problem- with jdk1.2.1. I accidently over come it by repeating the param code again in server.xml... I reproduce the tags here
<Connector org.apache.tomcat.service.SimpleTcpConnector">
<Parameter name="handler" value="org.apache.tomcat.service.http.HttpConnectionHandler"/>
<Parameter name="handler" value="org.apache.tomcat.service.http.HttpConnectionHandler"/>
<Parameter name="port" value="8080"/>
</Connector>

点这里对该文章发表评论

该文章总得分是 0 分,你认为它对你有帮助吗? [非常多](0) [有一些](0) [无帮助](0) [是灌水](0)

Copyright © 2001 - 2009 JSP001.com . All Rights Reserved